1bashThis demonstrates using nmap to perform a ping scan on a local IP range to identify active hosts on the network.nmap -sP 192.168.1.1/24external toolsnmapnetwork scanningping scan
2bashThis demonstrates using nmap to scan all network interfaces on the local machine.nmap 0.0.0.0external toolsnmapnetwork scanning
3bashThis demonstrates a basic network scan using nmap to identify open ports and services on a specific IP address.nmap 192.168.4.3external toolsnmapnetwork scan